-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not run apt update
if skipRosdepInstall==true
#942
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Patrick Roncagliolo <[email protected]>
Wanting to skip |
Signed-off-by: Patrick Roncagliolo <[email protected]>
@christophebedard any further thought on this? If you want I can add an additional boolean to make this backward-compatible in behaviour. |
I looked into it a bit more: If someone is using I would only ask you to mention this in the description for the Line 84 in 5816ec0
diff --git a/action.yml b/action.yml
index 9e3631c..7409aab 100644
--- a/action.yml
+++ b/action.yml
@@ -81,7 +81,7 @@ inputs:
skip-rosdep-install:
default: ""
description: |
- Skip rosdep install.
+ Skip rosdep install. This also skips `apt update`/`dnf check-update`.
Set to 'true'.
required: false
no-symlink-install: |
Closes #941